CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - M Tree

搜索资源列表

  1. 1500PrePosterous

    0下载:
  2. 此程序给出一个算法,用于计算当已知一个m叉查找树的先序和后序遍历序列后,存在多少种中序遍历可能。输入格式为m s1 s2,其中m表示m叉树,例子 2 abc cba 结果为4 2 abc bca 结果为1 10 abc bca 结果为45 13 abejkcfghid jkebfghicda 结果为207352860-this procedure is an algorithm, When used in the calculation of a known m Binary S
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7595
    • 提供者:姚秋林
  1. hmt.m

    0下载:
  2. 小波域的树模型去噪采用EM算法训练模型参数由Matlab编程实现仿真-Wavelet denoising tree model using EM algorithm training model parameters from Matlab Simulation Programming
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2402
    • 提供者:逻辑
  1. multidimension

    0下载:
  2. M-Tree (P.Ciaccia VLDB’1997) VA-File (R. Weber VLDB’1998) Pyramid-Tree(S.Berchtold SIGMOD’1998) hybrid-Tree(K.Chakrabarti ICDE’1999) A-Tree (Y. Sakurai VLDB’2000) IQ-Tree (S. Berchtold ICDE’2000)
  3. 所属分类:midi

    • 发布日期:2008-10-13
    • 文件大小:945847
    • 提供者:zhanglei
  1. 满m叉树和皇后问题

    0下载:
  2. 这是一个用满二叉树解决皇后问题的算法。-This is a binary tree used for the Queen's solution algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1418
    • 提供者:曹泰瑜
  1. C4_5.m

    0下载:
  2. his algorithm was proposed by Quinlan (1993). The C4.5 algorithm generates a classification-decision tree for the given data-set by recursive partitioning of data. The decision is grown using Depth-first strategy. The algorithm considers all the poss
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2178
    • 提供者:rajesh
  1. treelist

    0下载:
  2. 实现树状目录的显示和在MFC中单文档结构中的实现-Tree implementation of the display and at MFC single document structure in the implementation
  3. 所属分类:TreeView

    • 发布日期:2017-03-30
    • 文件大小:85191
    • 提供者:霍丽丽
  1. m-tree_c

    0下载:
  2. 构建M-tree的c++代码,M-tree类似于R-tree,区别于R-tree的是它是基于任意的距离来构建的索引(满足三角不等式)。-C++ code of constructing a M-tree
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-21
    • 文件大小:143314
    • 提供者:告密
  1. HMT-Hidden-Markov-Contourlet

    0下载:
  2. Contourlet变换中的隐马尔科夫树模型程序 Hidden Markov Tree model of Contourlet Transform ,一个Matlab实现的隐马尔科夫树模型,用于计算图像的Contourlet系数。程序同时还包括图像去噪、纹理恢复的应用模型。这些程序都是基于"Directional Multiscale Modeling of Images Using the Contourlet Transform" by D. D.-Y. Po and M. N. Do,这个
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2482527
    • 提供者:徐英
  1. mst

    0下载:
  2. 最小生成树 MST的四种算法实现。 包括普通的Kruskal算法和Prim算法,用Disjoint-Set优化的Kruskal算法和用Heap优化的堆算法。 复杂度分别为O(mn), O(n^2), O(m log n), O(m log n)-Minimum Spanning Tree Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3918445
    • 提供者:黄劲松
  1. UNIXbaogao

    0下载:
  2. 在一个半径为R的监测区域,随机分布有M个节点,每个节点的感应半径为r,请完成: (1)建立节点的位置信息文件 (2)建立网络的拓扑信息文件 (3)输出最佳路由即最小生成树 -Radius of R in a monitoring region, a random distribution of M nodes, each node of the sensor radius r, please complete: (1) to establish the location of t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:35822
    • 提供者:zouna
  1. maodv-code

    0下载:
  2. this the multicast extension of the adhoc routing protocol in the ns2 extension. It is a tree based routing protocol uses hello messages-this is the multicast extension of the adhoc routing protocol in the ns2 extension. It is a tree based routing pr
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:70317
    • 提供者:shiva
  1. dualtree2D_plot.m.tar

    0下载:
  2. DUAL TREE ALGORITHM IS USER FOR IMAGE PROCESSING DUAL TREE ALGORITHM IS USER FOR IMAGE PROCESSING
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:563
    • 提供者:niyas
  1. tree

    0下载:
  2. 最小生成树Kruskal避圈算法的实现 变M,N-Kruskal minimum spanning tree algorithm to avoid the realization of variable ring M, N
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1593
    • 提供者:吕振新
  1. MSMC4.5

    0下载:
  2. Multiscale M decision tr-Multiscale M decision tree
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4661
    • 提供者:leon.jiang
  1. treeview

    1下载:
  2. MFC控件,树形,像资源管理器一样,实现树形获取文档的功能-MFC control, tree, like the Explorer, the same access to the document to achieve the function tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1890296
    • 提供者:殿
  1. TOOLBOX_DTMband1D_v1.2

    0下载:
  2. DEscr iptION: This toolbox allows to decompose a signal via a dual-tree M-band wavelet analysis. It consists of 2 subfolders: 1) dual_tree_1D: contains all the m-files for the dual-tree M-band transform. 2) filters: contains all the m-files t
  3. 所属分类:Wavelet

    • 发布日期:2017-03-28
    • 文件大小:255943
    • 提供者:peng fen
  1. doubledualtree_f1D

    0下载:
  2. Forward 1-D Double-Density Dual-Tree Complex DWT FRAMELET SOFTWARE AT POLYTECHNIC UNIVERSITY, BROOKLYN, NY- Forward 1-D Double-Density Dual-Tree Complex DWT FRAMELET SOFTWARE AT POLYTECHNIC UNIVERSITY, BROOKLYN, NY
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:653
    • 提供者:John Smith
  1. Programming_Example_MFC_Table_control_code_tree.ra

    0下载:
  2. MFC编程实例目录树Table控件经典代码Programming Example MFC Table control classic code tree -Programming Example MFC Table control classic code tree
  3. 所属分类:TreeView

    • 发布日期:2017-03-29
    • 文件大小:89617
    • 提供者:6
  1. BOS_NLTV_v1

    0下载:
  2. kd树的结构和分析及其源代码的程序使用matlab-kd tree structure and analytical procedures used and its source code matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:6211404
    • 提供者:luyang
  1. m-tree

    0下载:
  2. m元树,将m元树转化为二叉树飞源代码,你懂得,很好用-m tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:895758
    • 提供者:niba
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com